- work decrement
- мед.фраз. снижение работоспособности
Англо-русский медицинский словарь. 2012.
Англо-русский медицинский словарь. 2012.
Increment and decrement operators — are unary operators that add or subtract one from their operand, respectively. They are commonly implemented in imperative programming languages. C like languages became notorious for featuring two versions (pre and post ) of each operator with… … Wikipedia
Утомление (fatigue) — Важной проблемной областью в понимании чел. яв ся отношение между требованиями (demand) и способностью (ability) им удовлетворять. Внутреннее требование может исходить от какой то локальной ткани организма или относиться к чел. в целом. Внешние… … Психологическая энциклопедия
Register machine — In mathematical logic and theoretical computer science a register machine is a generic class of abstract machines used in a manner similar to a Turing machine. All the models are Turing equivalent. Contents 1 Overview 2 Formal definition 3 … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Garbage collection (computer science) — This article is about garbage collection in memory management. For garbage collection in an SSD, see garbage collection (SSD). For other uses, see garbage collection. In computer science, garbage collection (GC) is a form of automatic memory… … Wikipedia
Brainfuck — Not to be confused with Brain Fuck Scheduler. brainfuck Paradigm(s) esoteric Appeared in 1993 Designed by Urban Müller Influenced by P′′, FALSE Usual filename extensions … Wikipedia
PDP-11 architecture — The PDP 11 architecture is an instruction set architecture (ISA) developed by Digital Equipment Corporation (DEC). It is implemented by central processing units (CPUs) and microprocessors used in minicomputers of the same name. Additional… … Wikipedia
psychomotor learning — Introduction development of organized patterns of muscular activities guided by signals from the environment. Behavioral examples include driving a car and eye hand coordination tasks such as sewing, throwing a ball, typing, operating a… … Universalium
Apollo Guidance Computer — and DSKY Invented by MIT Instrumentation Laboratory Manufacturer Raytheon Introduced August 1966 … Wikipedia
Damping ratio — Classical mechanics Newton s Second Law History of classical mechanics … Wikipedia
Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… … Wikipedia